home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / REDNEX.DIR / 00034.ls < prev    next >
Encoding:
Text File  |  1995-08-21  |  176 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     go(29)
  4.   else
  5.     if rollOver(5) then
  6.       go(30)
  7.     else
  8.       go(28)
  9.       go(the frame)
  10.       updateStage()
  11.     end if
  12.   end if
  13. end
  14.